nohup: ignoring input Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false. 2026-05-26 01:10:12.377 Uvicorn server started on 0.0.0.0:8501 You can now view your Streamlit app in your browser. Local URL: http://localhost:8501 Network URL: http://195.130.92.170:8501 External URL: http://195.130.92.170:8501 /disk2/dm/chasima/my_bot/main.py:7: DeprecationWarning: `langchain-community` is being sunset and is no longer actively maintained. See https://github.com/langchain-ai/langchain-community/issues/674 for details and migration guidance toward standalone integration packages. from langchain_community.vectorstores import FAISS /disk2/dm/chasima/my_bot/main.py:54: LangChainDeprecationWarning: The class `HuggingFaceEmbeddings` was deprecated in LangChain 0.2.2 and will be removed in 1.0. An updated version of the class exists in the `langchain-huggingface package and should be used instead. To use it run `pip install -U `langchain-huggingface` and import as `from `langchain_huggingface import HuggingFaceEmbeddings``. embeddings = HuggingFaceEmbeddings(model_name="paraphrase-multilingual-MiniLM-L12-v2") Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. Loading weights: 0%| | 0/199 [00:00 if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.864 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.877 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.881 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.887 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.892 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.895 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.902 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.905 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.910 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.917 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.926 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.929 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.936 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.938 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.943 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.955 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.961 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.967 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.974 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.986 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:53.999 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.002 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.011 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.023 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.029 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.038 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.049 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.055 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.060 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.084 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.092 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.099 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.103 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.124 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.131 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.137 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.140 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.142 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.149 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.151 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.154 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.160 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.166 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.174 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.192 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.202 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.208 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.213 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.220 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.228 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.238 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.254 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.257 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.259 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.269 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.275 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.277 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.283 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.286 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.288 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.290 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.292 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.294 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.299 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.313 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.316 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.325 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.335 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.338 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.342 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.348 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.354 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.363 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.365 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.372 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.377 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.380 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.386 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.391 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.398 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.416 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.420 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.426 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.431 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.441 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:10:54.449 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.106 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.108 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.110 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.111 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.113 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.114 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.115 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.117 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.118 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.119 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.120 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.121 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.122 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.123 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.124 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.125 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.126 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.127 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.129 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.131 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.132 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.133 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.134 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.135 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.136 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.138 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.139 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.140 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.141 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.142 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.143 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.147 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.150 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.151 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.152 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.154 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.155 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.156 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.157 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.158 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.160 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.161 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.162 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.163 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.164 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.166 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.167 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.168 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.169 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.171 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.172 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.173 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.174 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.175 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.176 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.178 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.179 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.180 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.181 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.182 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.183 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.184 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.185 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.186 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.188 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.189 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.190 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.191 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.192 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.194 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.195 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.195 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.197 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.198 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.199 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.200 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.201 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.203 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.203 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.204 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.205 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.207 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.208 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.209 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.211 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.212 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:13.213 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.132 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.133 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.136 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.137 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.138 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.140 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.141 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.142 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.143 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.144 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.145 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.147 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.149 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.150 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.152 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.153 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.155 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.157 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.159 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.160 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.162 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.164 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.165 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.166 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.167 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.168 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.169 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.170 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.171 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.173 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.174 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.175 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.176 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.177 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.178 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.179 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.180 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.181 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.182 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.184 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.185 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.186 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.187 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.188 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.189 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.191 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.192 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.193 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.194 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.195 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.196 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.197 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.198 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.200 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.202 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.203 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.204 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.205 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.206 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.207 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.208 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.209 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.210 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.211 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.212 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.213 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.215 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.216 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.217 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.218 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.219 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.220 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.221 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.222 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.223 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.224 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.225 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.227 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.228 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.229 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.230 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.231 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.232 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.233 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.234 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.236 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:18:24.237 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.080 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.081 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.083 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.084 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.085 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.086 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.088 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.089 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.090 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.091 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.092 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.093 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.094 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.095 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.096 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.098 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.099 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.100 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.101 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.102 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.103 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.104 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.105 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.106 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.107 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.108 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.109 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.111 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.113 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.114 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.116 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.117 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.119 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.121 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.122 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.124 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.124 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.126 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.127 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.128 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.129 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.130 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.131 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.132 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.133 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.135 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.136 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.137 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.138 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.139 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.141 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.143 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.144 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.146 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.147 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.149 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.150 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.151 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.153 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.154 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.155 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.156 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.157 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.158 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.159 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.160 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.162 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.163 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.164 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.165 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.166 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.167 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.168 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.170 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.171 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.173 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.174 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.176 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.177 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.179 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.180 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.183 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.184 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.185 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.186 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.187 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:19:09.188 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.376 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.377 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.379 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.379 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.381 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.382 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.383 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.384 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.385 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.386 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.387 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.388 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.389 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.390 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.391 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.392 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.393 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.394 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.395 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.396 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.396 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.398 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.399 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.401 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.402 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.404 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.405 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.407 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.408 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.409 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.411 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.412 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.413 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.414 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.415 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.416 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.417 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.418 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.419 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.420 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.421 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.422 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.423 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.424 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.425 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.426 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.427 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.428 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.429 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.430 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.431 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.432 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.434 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.435 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.436 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.436 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.438 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.439 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.440 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.440 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.441 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.442 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.443 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.444 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.445 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.446 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.447 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.448 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.449 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.450 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.451 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.452 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.453 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.454 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.455 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.455 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.456 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.457 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.458 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.459 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.460 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.461 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.462 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.463 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.464 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.466 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:25:50.466 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.496 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.497 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.499 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.500 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.501 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.502 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.503 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.504 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.505 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.506 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.507 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.508 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.509 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.510 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.511 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.512 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.513 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.514 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.515 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.516 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.517 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.518 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.519 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.521 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.522 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.523 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.524 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.525 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.526 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.527 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.528 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.529 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.530 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.531 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.532 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.533 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.533 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.535 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.535 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.536 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.537 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.538 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.539 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.540 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.541 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.542 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.543 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.544 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.545 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.546 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.547 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.548 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.549 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.550 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.551 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.552 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.553 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.554 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.555 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.556 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.557 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.558 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.558 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.559 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.560 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.561 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.562 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.563 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.564 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.565 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.566 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.567 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.568 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.569 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.570 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.571 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.572 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.573 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.574 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.575 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.576 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.577 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.578 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.579 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.580 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.581 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 01:28:08.582 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.115 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.116 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.117 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.118 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.119 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.120 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.121 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.122 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.123 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.124 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.125 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.126 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.127 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.128 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.129 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.130 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.131 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.132 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.133 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.134 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.135 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.136 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.137 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.138 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.139 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.140 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.141 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.142 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.143 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.144 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.145 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.146 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.147 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.148 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.149 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.150 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.151 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.152 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.152 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.153 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.154 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.155 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.156 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.157 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.158 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.159 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.160 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.161 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.162 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.163 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.164 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.165 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.166 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.167 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.168 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.169 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.170 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.171 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.172 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.173 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.173 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.174 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.175 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.176 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.177 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.178 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.179 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.180 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.181 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.182 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.183 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.184 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.185 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.186 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.187 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.188 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.189 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.190 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.191 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.192 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.192 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.194 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.195 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.196 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.197 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.198 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 10:12:58.199 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.583 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.584 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.585 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.586 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.587 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.588 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.589 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.590 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.591 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.592 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.593 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.594 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.595 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.595 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.596 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.597 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.598 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.599 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.600 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.601 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.602 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.603 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.604 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.605 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.606 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.606 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.608 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.609 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.610 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.610 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.612 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.613 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.614 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.615 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.616 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.617 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.618 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.619 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.620 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.621 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.622 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.623 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.624 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.625 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.626 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.627 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.627 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.628 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.629 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.630 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.631 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.632 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.633 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.634 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.635 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.636 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.637 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.638 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.639 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.640 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.641 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.641 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.642 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.643 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.644 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.645 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.646 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.647 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.649 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.649 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.650 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.651 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.652 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.653 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.654 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.655 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.656 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.657 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.658 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.658 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.659 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.660 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.661 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.662 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.663 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.664 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:17:06.665 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.035 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.036 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.038 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.039 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.040 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.041 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.042 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.043 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.044 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.045 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.046 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.047 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.049 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.050 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.050 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.051 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.052 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.053 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.055 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.056 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.057 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.058 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.059 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.060 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.061 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.062 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.063 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.064 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.065 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.066 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.067 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.068 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.069 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.070 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.072 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.073 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.074 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.075 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.075 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.076 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.077 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.078 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.079 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.080 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.082 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.083 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.084 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.085 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.086 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.087 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.089 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.089 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.091 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.092 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.093 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.094 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.095 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.096 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.098 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.098 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.099 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.100 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.101 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.102 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.103 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.104 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.105 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.106 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.107 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.108 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.108 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.109 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.110 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.111 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.112 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.113 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.114 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.115 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.116 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.117 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.118 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.120 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.121 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.122 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.123 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.124 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:32:58.125 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.167 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.168 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.170 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.171 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.172 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.173 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.174 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.175 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.176 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.177 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.178 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.179 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.180 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.181 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.182 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.183 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.184 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.185 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.186 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.187 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.188 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.189 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.190 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.190 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.191 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.192 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.193 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.194 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.196 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.197 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.198 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.199 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.200 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.200 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.202 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.203 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.203 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.204 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.205 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.206 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.207 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.208 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.209 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.210 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.211 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.212 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.213 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.214 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.215 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.216 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.217 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.218 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.219 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.220 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.220 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.222 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.222 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.223 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.224 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.225 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.226 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.227 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.228 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.228 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.229 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.230 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.231 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.232 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.233 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.234 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.235 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.236 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.237 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.238 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.239 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.240 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.241 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.242 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.243 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.243 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.244 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.245 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.246 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.247 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.248 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.249 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 12:36:08.250 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.844 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.845 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.846 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.847 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.848 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.849 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.850 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.851 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.852 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.853 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.854 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.855 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.856 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.857 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.858 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.859 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.860 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.861 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.862 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.863 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.863 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.865 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.865 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.866 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.867 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.868 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.869 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.870 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.871 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.872 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.874 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.875 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.876 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.877 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.878 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.879 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.880 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.881 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.882 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.883 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.884 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.885 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.886 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.887 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.888 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.889 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.890 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.890 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.891 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.892 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.893 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.894 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.896 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.897 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.897 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.898 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.899 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.900 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.901 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.902 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.903 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.904 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.904 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.906 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.906 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.907 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.908 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.909 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.910 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.911 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.912 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.913 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.914 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.915 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.916 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.917 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.918 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.919 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.920 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.921 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.922 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.923 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.924 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.925 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.926 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.927 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:40:59.928 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.973 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.974 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.975 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.976 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.977 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.978 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.979 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.980 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.981 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.982 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.983 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.984 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.984 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.985 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.986 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.987 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.988 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.988 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.989 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.990 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.991 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.992 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.993 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.994 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.995 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.996 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.996 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.997 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.998 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:21.999 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.000 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.001 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.002 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.003 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.004 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.005 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.006 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.006 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.007 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.008 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.009 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.010 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.011 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.012 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.012 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.014 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.015 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.015 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.016 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.017 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.018 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.019 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.020 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.021 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.021 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.022 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.023 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.024 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.025 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.026 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.027 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.027 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.028 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.029 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.030 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.031 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.032 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.033 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.033 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.034 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.035 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.036 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.037 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.038 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.039 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.039 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.040 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.041 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.042 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.043 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.043 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.044 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.045 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.046 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.047 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.048 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-26 15:42:22.049 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' Invalid HTTP request received. [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.419 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.420 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.421 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.422 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.424 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.425 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.426 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.426 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.427 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.428 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.429 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.430 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.431 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.432 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.433 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.434 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.435 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.436 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.437 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.438 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.439 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.440 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.441 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.442 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.443 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.444 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.445 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.446 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.447 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.448 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.449 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.450 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.451 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.452 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.453 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.454 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.455 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.456 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.457 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.458 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.459 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.460 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.461 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.462 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.463 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.464 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.465 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.466 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.467 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.468 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.469 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.470 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.471 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.472 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.473 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.474 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.475 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.476 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.477 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.478 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.479 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.480 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.480 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.481 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.482 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.483 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.484 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.485 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.486 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.487 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.488 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.489 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.491 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.492 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.493 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.493 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.495 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.495 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.496 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.498 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.498 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.500 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.501 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.501 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.502 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.504 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:54:00.505 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.485 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.487 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.488 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.488 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.490 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.491 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.492 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.492 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.493 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.494 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.495 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.496 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.497 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.498 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.499 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.500 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.501 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.502 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.503 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.504 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.505 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.506 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.507 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.508 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.509 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.510 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.511 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.511 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.512 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.514 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.515 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.516 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.517 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.518 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.519 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.520 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.521 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.522 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.523 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.524 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.524 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.525 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.526 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.527 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.528 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.529 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.530 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.531 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.532 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.533 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.534 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.535 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.536 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.537 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.538 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.539 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.540 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.541 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.542 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.543 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.544 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.544 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.545 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.546 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.547 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.548 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.549 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.550 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.551 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.552 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.553 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.554 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.555 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.556 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.557 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.558 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.559 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.559 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.560 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.561 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.562 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.563 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.564 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.565 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.566 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.567 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 09:58:25.568 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.067 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.068 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.070 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.071 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.072 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.073 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.074 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.075 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.076 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.077 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.078 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.079 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.080 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.081 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.082 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.083 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.084 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.085 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.086 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.087 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.087 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.088 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.089 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.090 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.091 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.092 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.093 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.094 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.095 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.096 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.097 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.099 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.100 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.101 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.102 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.103 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.103 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.105 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.106 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.106 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.107 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.108 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.109 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.110 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.111 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.112 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.113 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.114 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.115 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.116 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.117 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.118 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.119 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.120 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.121 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.122 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.123 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.124 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.125 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.126 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.127 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.127 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.128 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.129 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.130 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.131 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.132 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.133 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.134 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.135 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.136 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.137 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.138 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.139 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.140 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.141 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.142 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.143 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.144 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.145 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.145 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.147 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.147 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.149 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.150 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.151 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-28 10:19:55.152 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.474 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.475 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.477 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.478 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.479 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.480 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.481 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.482 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.483 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.484 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.485 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.486 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.487 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.488 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.489 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.490 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.491 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.491 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.493 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.494 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.495 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.495 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.496 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.497 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.498 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.499 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.500 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.501 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.502 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.503 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.504 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.506 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.506 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.507 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.508 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.510 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.511 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.512 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.512 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.513 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.514 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.515 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.516 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.517 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.518 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.519 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.520 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.521 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.522 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.523 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.524 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.525 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.526 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.527 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.528 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.529 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.530 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.531 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.532 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.533 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.533 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.534 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.535 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.536 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.537 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.538 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.539 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.540 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.541 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.542 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.543 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.544 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.545 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.546 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.546 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.547 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.548 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.549 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.550 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.551 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.552 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.553 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.554 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.555 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.556 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.557 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-29 13:25:28.558 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:355: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /disk2/dm/chasima/my_bot/main.py:355: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.788 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.789 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.791 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.792 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.793 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.794 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.795 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.796 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.797 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.798 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.799 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.800 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.801 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.802 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.803 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.804 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.805 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.806 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.807 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.808 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.809 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.810 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.811 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.812 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.813 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.814 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.815 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.816 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.817 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.818 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.819 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.820 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.821 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.822 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.823 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.824 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.825 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.826 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.827 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.827 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.828 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.829 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.830 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.831 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.832 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.833 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.834 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.835 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.836 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.837 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.838 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.839 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.840 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.841 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.842 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.843 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.844 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.845 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.846 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.847 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.847 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.848 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.849 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.850 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.851 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.852 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.853 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.854 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.855 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.856 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.857 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.858 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.859 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.860 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.861 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.862 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.863 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.864 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.865 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.866 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.867 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.868 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.869 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.870 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.871 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.872 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:04:37.873 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:355: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.055 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.057 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.058 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.059 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.060 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.061 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.062 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.063 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.064 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.065 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.066 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.067 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.068 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.069 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.070 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.071 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.072 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.073 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.074 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.075 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.075 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.076 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.077 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.078 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.079 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.080 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.081 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.082 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.083 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.084 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.086 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.087 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.088 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.088 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.090 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.091 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.091 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.092 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.093 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.094 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.095 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.096 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.097 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.098 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.099 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.100 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.101 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.102 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.103 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.104 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.105 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.106 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.107 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.108 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.109 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.110 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.111 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.112 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.113 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.114 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.115 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.115 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.116 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.117 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.118 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.119 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.120 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.121 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.122 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.123 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.124 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.125 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.126 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.127 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.128 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.129 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.129 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.130 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.131 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.132 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.133 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.134 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.135 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.136 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.137 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.138 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 16:06:45.139 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.575 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.576 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.577 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.578 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.579 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.580 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.581 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.582 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.583 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.584 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.585 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.586 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.587 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.588 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.589 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.589 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.590 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.591 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.592 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.593 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.594 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.595 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.596 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.597 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.598 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.599 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.600 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.600 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.601 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.602 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.603 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.604 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.605 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.606 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.607 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.608 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.609 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.610 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.611 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.612 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.613 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.614 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.615 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.616 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.617 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.618 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.619 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.620 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.621 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.622 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.623 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.624 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.625 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.626 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.626 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.627 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.628 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.629 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.630 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.631 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.632 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.633 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.634 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.635 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.635 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.636 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.637 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.638 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.639 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.640 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.641 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.642 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.643 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.644 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.645 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.646 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.647 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.647 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.648 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.649 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.650 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.651 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.652 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.653 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.654 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.655 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 17:20:45.656 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:355: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /disk2/dm/chasima/my_bot/main.py:355: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /disk2/dm/chasima/my_bot/main.py:355: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.012 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.013 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.014 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.015 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.017 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.017 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.018 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.019 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.020 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.021 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.022 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.023 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.024 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.025 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.026 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.027 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.028 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.029 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.030 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.031 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.032 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.033 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.034 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.035 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.035 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.036 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.037 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.039 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.039 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.041 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.042 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.043 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.044 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.044 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.046 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.047 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.048 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.049 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.049 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.050 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.051 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.052 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.053 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.054 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.055 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.056 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.057 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.058 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.059 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.060 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.061 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.062 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.063 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.064 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.065 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.066 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.067 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.068 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.069 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.070 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.071 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.071 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.072 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.073 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.074 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.075 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.076 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.077 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.078 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.079 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.080 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.081 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.082 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.083 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.084 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.085 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.085 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.086 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.087 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.088 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.089 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.090 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.091 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.092 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.093 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.094 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:04:20.095 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:358: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /disk2/dm/chasima/my_bot/main.py:358: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.923 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.924 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.925 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.926 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.927 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.928 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.929 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.930 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.931 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.932 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.933 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.934 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.935 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.936 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.937 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.938 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.939 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.940 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.941 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.941 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.942 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.943 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.944 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.945 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.946 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.947 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.948 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.949 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.950 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.951 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.952 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.953 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.954 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.955 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.956 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.957 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.958 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.959 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.960 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.961 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.962 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.963 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.964 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.965 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.966 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.967 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.968 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.969 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.970 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.971 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.972 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.973 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.974 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.975 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.976 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.977 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.978 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.979 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.979 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.980 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.981 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.982 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.983 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.984 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.985 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.986 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.987 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.988 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.989 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.990 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.991 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.992 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.992 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.993 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.994 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.995 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.996 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.997 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.998 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:25.999 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.000 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.001 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.002 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.003 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.004 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.005 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:06:26.006 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:31.995 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:31.996 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:31.997 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:31.998 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.000 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.000 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.001 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.002 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.003 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.004 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.005 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.006 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.007 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.008 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.009 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.010 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.011 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.012 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.013 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.014 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.015 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.016 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.016 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.017 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.018 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.019 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.020 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.021 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.022 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.023 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.024 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.024 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.025 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.026 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.028 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.029 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.029 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.030 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.031 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.032 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.033 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.034 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.035 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.036 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.037 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.038 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.039 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.040 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.041 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.042 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.043 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.044 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.045 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.046 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.047 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.048 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.049 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.050 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.051 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.052 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.053 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.054 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.054 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.055 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.056 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.057 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.058 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.059 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.060 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.061 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.062 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.063 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.064 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.065 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.065 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.066 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.067 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.068 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.069 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.070 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.071 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.072 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.073 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.074 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.075 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.076 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:07:32.077 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.787 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.789 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.790 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.791 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.792 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.793 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.794 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.795 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.796 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.797 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.798 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.799 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.800 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.801 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.802 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.803 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.803 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.804 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.805 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.806 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.807 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.808 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.809 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.810 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.811 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.812 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.813 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.814 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.815 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.816 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.817 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.818 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.819 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.820 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.821 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.822 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.823 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.824 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.825 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.826 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.827 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.828 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.829 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.830 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.831 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.832 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.833 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.834 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.835 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.836 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.837 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.838 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.839 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.840 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.841 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.841 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.842 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.843 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.844 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.845 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.846 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.847 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.848 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.849 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.850 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.851 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.852 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.853 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.854 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.855 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.856 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.857 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.858 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.859 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.860 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.861 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.862 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.863 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.864 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.864 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.865 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.867 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.867 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.868 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.869 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.870 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-30 19:08:11.871 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.672 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.673 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.675 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.676 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.677 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.678 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.679 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.680 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.681 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.682 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.683 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.684 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.685 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.686 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.686 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.687 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.688 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.689 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.690 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.691 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.692 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.693 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.694 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.695 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.696 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.697 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.698 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.699 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.700 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.701 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.703 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.704 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.705 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.705 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.707 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.707 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.708 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.709 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.710 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.711 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.712 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.713 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.714 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.715 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.716 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.717 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.718 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.719 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.720 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.721 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.722 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.723 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.724 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.725 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.726 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.727 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.728 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.729 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.730 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.731 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.732 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.733 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.733 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.734 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.735 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.736 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.737 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.738 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.739 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.740 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.741 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.742 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.743 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.744 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.745 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.746 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.747 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.748 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.749 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.750 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.751 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.752 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.753 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.754 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.755 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.756 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:56:18.757 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:358: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.424 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.425 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.426 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.427 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.428 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.429 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.430 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.431 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.432 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.433 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.434 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.435 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.436 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.437 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.438 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.439 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.440 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.441 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.442 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.443 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.444 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.445 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.446 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.446 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.447 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.448 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.449 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.450 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.451 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.452 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.453 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.454 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.455 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.456 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.457 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.458 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.460 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.462 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.464 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.467 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.468 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.470 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.472 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.474 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.477 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.478 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.479 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.480 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.482 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.483 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.484 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.485 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.487 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.487 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.488 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.489 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.490 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.491 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.492 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.493 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.494 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.495 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.496 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.496 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.497 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.498 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.499 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.500 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.501 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.502 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.503 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.504 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.505 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.506 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.507 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.508 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.509 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.510 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.510 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.511 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.512 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.514 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.514 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.515 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.516 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.517 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 20:57:20.518 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.511 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.512 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.513 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.514 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.515 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.516 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.517 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.518 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.519 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.520 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.521 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.522 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.523 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.524 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.525 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.526 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.527 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.528 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.529 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.529 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.530 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.531 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.532 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.533 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.534 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.535 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.536 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.537 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.538 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.539 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.540 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.541 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.542 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.543 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.545 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.546 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.546 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.547 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.548 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.549 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.550 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.551 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.552 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.553 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.554 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.555 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.556 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.557 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.558 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.559 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.560 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.561 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.562 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.562 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.563 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.564 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.565 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.566 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.567 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.568 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.569 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.570 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.570 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.571 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.572 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.573 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.574 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.575 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.576 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.577 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.578 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.579 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.580 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.582 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.583 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.583 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.584 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.585 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.586 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.587 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.588 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.589 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.590 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.591 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.592 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.593 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 21:00:21.594 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.334 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.336 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.337 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.337 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.338 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.339 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.340 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.341 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.342 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.343 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.344 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.345 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.346 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.347 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.348 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.349 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.350 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.351 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.352 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.352 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.353 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.354 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.355 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.356 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.357 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.358 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.359 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.359 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.360 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.361 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.362 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.363 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.364 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.366 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.367 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.368 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.369 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.370 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.371 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.372 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.372 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.373 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.374 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.375 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.376 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.378 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.378 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.379 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.380 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.381 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.382 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.383 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.384 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.385 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.386 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.387 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.388 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.389 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.389 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.390 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.391 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.392 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.393 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.394 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.395 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.396 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.397 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.398 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.398 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.399 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.400 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.401 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.402 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.403 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.404 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.405 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.406 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.407 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.408 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.408 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.409 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.410 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.411 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.412 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.413 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.414 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:15:23.415 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.630 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.631 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.632 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.633 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.634 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.635 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.636 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.637 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.638 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.639 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.640 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.640 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.642 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.643 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.643 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.644 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.645 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.646 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.647 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.648 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.649 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.650 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.650 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.651 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.652 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.653 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.656 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.658 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.661 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.663 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.666 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.668 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.670 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.671 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.673 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.674 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.675 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.677 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.678 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.679 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.680 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.681 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.682 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.683 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.684 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.685 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.686 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.686 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.687 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.688 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.689 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.690 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.691 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.692 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.693 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.694 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.695 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.696 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.696 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.697 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.698 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.699 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.700 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.701 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.702 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.702 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.703 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.704 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.705 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.706 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.707 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.708 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.709 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.710 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.711 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.712 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.713 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.714 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.715 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.716 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.717 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.718 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.719 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.720 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.721 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.722 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-05-31 22:17:59.723 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' Invalid HTTP request received. /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.411 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.412 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.413 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.414 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.415 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.416 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.417 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.418 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.419 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.420 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.421 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.422 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.423 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.424 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.425 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.426 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.427 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.428 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.429 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.430 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.431 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.432 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.433 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.434 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.435 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.435 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.436 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.437 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.438 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.439 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.440 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.441 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.442 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.443 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.444 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.446 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.447 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.448 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.449 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.450 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.450 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.451 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.452 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.453 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.454 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.455 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.456 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.457 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.458 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.459 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.460 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.461 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.462 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.463 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.464 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.465 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.466 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.467 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.468 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.469 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.470 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.471 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.471 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.472 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.473 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.474 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.475 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.476 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.477 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.478 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.479 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.480 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.481 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.482 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.483 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.484 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.485 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.486 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.487 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.488 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.489 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.490 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.491 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.492 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.493 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.494 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:06:43.495 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.322 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.323 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.324 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.325 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.327 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.328 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.329 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.330 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.331 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.332 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.333 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.334 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.335 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.336 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.337 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.338 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.339 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.340 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.341 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.342 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.343 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.344 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.345 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.346 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.347 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.348 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.349 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.351 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.352 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.353 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.354 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.355 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.356 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.357 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.358 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.359 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.360 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.361 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.362 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.363 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.364 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.365 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.366 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.367 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.368 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.369 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.370 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.371 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.372 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.373 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.374 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.375 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.377 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.378 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.378 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.380 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.381 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.381 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.383 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.383 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.384 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.385 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.386 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.387 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.388 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.389 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.390 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.391 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.392 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.393 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.394 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.395 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.396 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.397 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.398 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.399 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.400 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.401 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.402 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.403 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.404 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.405 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.406 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.407 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.408 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.410 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:07:33.411 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.672 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.673 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.674 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.675 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.676 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.677 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.678 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.679 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.680 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.681 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.682 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.683 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.684 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.685 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.686 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.686 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.687 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.688 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.689 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.690 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.691 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.692 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.693 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.694 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.695 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.695 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.696 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.697 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.698 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.699 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.700 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.702 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.702 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.704 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.705 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.705 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.706 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.707 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.708 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.709 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.710 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.711 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.712 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.713 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.714 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.715 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.716 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.717 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.718 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.719 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.720 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.721 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.722 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.723 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.724 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.725 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.726 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.727 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.727 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.728 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.729 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.730 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.731 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.732 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.733 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.734 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.735 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.736 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.737 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.738 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.739 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.740 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.741 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.742 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.743 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.744 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.744 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.745 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.746 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.747 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.748 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.749 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.750 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.751 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.752 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.753 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:29:17.754 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:358: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.170 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.171 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.172 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.173 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.175 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.176 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.176 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.177 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.178 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.179 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.180 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.181 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.182 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.183 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.184 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.185 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.186 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.187 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.188 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.189 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.190 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.191 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.192 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.193 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.193 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.194 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.195 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.196 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.197 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.198 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.199 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.200 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.202 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.203 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.204 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.205 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.205 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.206 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.207 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.208 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.209 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.210 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.211 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.212 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.213 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.214 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.215 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.216 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.217 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.218 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.219 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.220 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.221 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.222 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.223 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.224 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.225 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.226 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.227 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.227 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.228 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.229 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.230 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.231 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.232 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.233 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.233 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.234 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.235 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.236 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.237 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.238 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.239 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.240 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.241 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.242 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.243 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.244 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.245 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.246 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.247 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.248 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.249 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.250 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.251 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.252 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:32:40.253 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:360: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.627 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.628 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.629 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.630 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.631 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.632 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.633 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.634 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.635 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.636 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.637 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.638 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.639 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.639 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.640 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.641 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.642 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.643 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.644 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.645 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.646 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.647 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.648 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.648 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.649 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.650 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.652 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.653 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.654 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.655 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.656 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.657 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.658 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.659 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.660 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.660 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.661 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.662 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.663 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.664 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.665 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.666 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.667 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.668 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.669 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.670 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.671 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.672 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.673 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.674 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.675 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.676 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.677 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.678 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.678 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.679 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.680 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.681 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.682 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.683 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.684 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.684 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.685 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.686 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.687 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.688 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.689 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.690 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.691 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.692 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.693 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.694 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.695 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.696 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.697 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.698 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.699 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.700 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.701 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.701 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.702 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.703 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.704 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.705 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.706 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.707 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:35:04.708 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) 2026-06-01 22:39:06.848 Script compilation error Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 591, in _run_script code = self._script_cache.get_bytecode(script_path) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_cache.py", line 72, in get_bytecode filebody = magic.add_magic(filebody, script_path) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/magic.py", line 45, in add_magic tree = ast.parse(code, script_path, "exec") File "/usr/lib/python3.10/ast.py", line 50, in parse return compile(source, filename, mode, flags, File "/disk2/dm/chasima/my_bot/main.py", line 178 ) ^ SyntaxError: unmatched ')' 2026-06-01 22:39:06.851 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) 2026-06-01 22:39:18.690 Script compilation error Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 591, in _run_script code = self._script_cache.get_bytecode(script_path) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_cache.py", line 72, in get_bytecode filebody = magic.add_magic(filebody, script_path) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/magic.py", line 45, in add_magic tree = ast.parse(code, script_path, "exec") File "/usr/lib/python3.10/ast.py", line 50, in parse return compile(source, filename, mode, flags, File "/disk2/dm/chasima/my_bot/main.py", line 178 ) ^ SyntaxError: unmatched ')' 2026-06-01 22:39:18.692 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.563 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.564 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.565 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.566 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.567 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.568 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.569 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.570 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.571 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.572 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.573 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.574 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.575 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.576 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.576 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.577 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.579 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.580 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.581 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.582 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.582 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.583 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.584 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.585 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.586 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.587 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.588 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.589 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.590 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.591 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.592 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.594 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.595 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.596 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.597 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.598 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.598 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.599 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.600 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.601 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.602 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.603 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.604 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.605 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.606 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.607 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.608 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.609 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.610 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.611 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.612 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.613 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.614 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.615 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.616 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.617 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.618 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.619 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.620 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.621 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.622 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.622 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.623 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.624 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.625 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.626 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.627 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.628 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.629 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.630 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.631 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.632 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.633 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.634 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.635 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.635 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.637 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.637 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.638 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.639 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.640 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.641 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.642 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.643 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.644 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.645 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 22:57:13.646 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.767 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.768 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.769 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.770 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.771 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.772 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.773 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.774 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.775 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.776 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.777 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.778 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.779 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.780 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.780 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.781 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.782 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.783 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.784 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.785 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.786 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.787 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.788 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.789 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.790 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.791 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.792 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.792 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.793 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.794 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.796 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.797 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.798 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.799 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.800 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.801 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.801 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.802 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.803 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.804 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.805 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.806 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.807 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.809 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.811 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.814 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.816 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.819 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.820 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.822 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.823 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.824 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.826 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.827 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.828 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.829 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.830 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.831 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.832 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.833 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.834 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.834 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.835 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.836 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.837 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.838 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.839 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.840 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.841 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.842 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.843 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.844 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.845 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.846 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.847 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.847 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.848 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.850 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.850 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.851 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.852 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.853 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.854 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.855 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.856 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.857 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:03.858 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:366: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.788 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.790 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.791 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.792 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.793 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.794 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.795 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.796 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.797 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.798 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.799 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.800 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.801 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.802 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.802 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.803 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.804 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.805 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.806 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.807 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.808 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.809 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.810 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.811 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.812 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.813 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.814 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.815 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.816 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.817 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.818 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.819 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.820 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.821 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.822 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.823 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.824 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.825 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.826 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.827 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.828 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.829 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.830 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.831 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.832 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.833 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.834 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.835 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.836 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.837 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.838 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.839 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.840 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.840 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.841 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.843 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.843 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.844 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.845 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.846 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.847 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.848 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.849 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.849 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.850 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.851 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.852 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.853 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.854 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.855 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.856 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.857 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.858 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.859 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.860 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.861 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.862 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.863 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.863 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.864 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.865 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.866 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.867 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.868 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.869 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.870 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:03:40.871 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:366: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.098 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.099 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.100 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.101 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.102 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.103 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.104 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.105 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.106 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.107 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.108 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.109 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.110 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.111 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.112 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.113 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.113 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.115 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.116 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.116 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.117 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.118 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.119 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.120 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.121 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.122 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.123 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.124 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.125 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.126 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.128 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.130 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.132 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.135 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.137 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.139 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.141 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.142 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.143 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.144 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.145 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.146 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.148 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.149 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.150 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.151 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.152 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.153 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.154 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.155 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.156 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.157 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.158 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.159 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.160 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.161 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.162 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.163 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.163 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.164 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.165 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.166 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.167 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.168 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.168 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.170 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.170 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.171 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.172 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.174 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.174 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.175 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.176 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.177 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.178 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.179 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.180 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.181 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.182 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.183 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.184 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.185 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.186 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.186 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.188 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.189 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:06:48.190 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:366: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.934 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.935 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.936 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.937 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.938 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.939 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.940 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.941 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.942 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.942 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.943 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.944 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.945 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.946 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.947 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.947 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.948 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.949 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.950 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.951 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.952 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.952 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.953 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.954 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.955 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.956 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.957 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.957 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.958 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.959 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.960 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.961 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.962 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.963 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.964 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.965 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.966 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.967 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.968 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.968 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.969 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.970 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.971 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.972 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.973 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.974 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.974 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.976 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.976 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.977 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.978 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.979 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.980 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.981 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.982 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.982 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.983 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.984 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.985 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.986 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.987 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.987 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.988 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.989 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.990 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.991 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.992 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.992 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.993 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.994 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.995 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.996 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.997 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.998 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.999 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:45.999 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.000 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.001 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.002 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.003 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.004 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.005 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.006 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.007 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.007 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.008 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:09:46.009 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.441 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.442 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.443 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.444 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.445 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.446 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.447 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.448 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.449 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.450 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.451 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.452 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.453 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.454 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.455 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.456 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.457 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.458 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.459 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.459 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.460 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.461 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.462 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.463 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.464 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.465 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.466 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.467 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.468 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.469 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.470 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.471 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.473 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.473 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.475 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.475 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.476 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.477 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.478 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.479 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.480 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.481 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.482 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.483 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.484 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.485 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.486 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.487 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.488 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.489 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.490 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.491 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.492 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.493 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.494 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.495 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.496 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.497 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.498 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.499 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.499 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.500 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.501 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.502 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.503 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.504 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.505 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.506 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.507 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.508 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.509 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.509 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.510 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.511 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.512 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.513 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.514 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.515 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.516 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.517 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.518 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.519 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.520 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.521 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.522 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.523 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:10:21.524 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.452 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.453 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.454 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.455 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.456 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.457 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.458 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.459 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.460 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.461 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.462 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.463 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.464 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.465 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.466 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.467 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.468 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.469 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.470 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.471 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.472 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.472 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.473 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.474 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.475 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.476 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.477 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.478 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.479 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.480 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.481 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.482 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.483 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.485 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.488 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.491 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.493 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.494 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.496 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.497 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.499 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.500 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.502 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.503 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.504 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.505 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.506 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.507 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.508 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.509 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.510 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.511 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.512 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.513 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.514 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.515 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.516 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.517 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.518 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.519 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.520 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.521 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.522 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.522 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.523 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.524 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.525 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.526 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.527 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.528 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.529 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.530 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.531 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.532 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.533 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.534 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.535 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.536 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.537 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.538 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.539 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.540 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.541 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.542 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.543 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.544 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:11:32.545 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.278 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.280 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.281 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.282 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.283 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.284 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.286 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.287 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.288 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.289 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.289 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.290 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.291 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.292 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.293 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.294 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.295 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.296 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.297 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.298 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.299 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.300 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.301 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.302 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.303 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.304 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.305 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.306 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.307 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.308 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.310 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.311 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.312 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.313 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.314 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.315 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.316 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.317 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.318 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.319 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.320 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.321 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.321 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.322 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.323 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.325 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.326 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.327 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.327 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.328 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.329 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.330 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.331 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.332 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.333 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.334 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.335 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.336 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.337 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.338 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.339 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.340 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.341 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.342 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.343 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.344 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.345 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.346 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.347 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.348 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.348 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.350 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.351 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.352 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.352 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.353 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.354 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.355 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.356 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.357 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.358 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.359 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.360 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.361 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.362 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.363 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:13:10.364 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.372 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.373 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.374 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.375 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.376 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.377 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.378 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.379 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.380 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.381 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.382 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.383 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.384 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.385 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.386 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.387 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.388 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.388 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.389 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.390 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.391 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.392 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.393 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.394 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.395 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.396 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.397 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.398 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.399 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.400 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.402 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.403 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.404 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.404 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.405 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.406 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.407 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.408 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.409 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.410 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.411 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.412 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.413 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.414 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.415 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.416 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.417 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.418 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.419 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.420 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.421 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.422 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.423 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.424 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.424 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.425 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.426 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.427 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.428 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.429 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.430 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.431 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.432 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.433 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.433 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.434 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.435 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.436 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.437 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.438 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.439 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.440 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.441 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.442 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.443 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.444 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.445 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.446 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.446 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.447 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.448 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.449 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.450 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.451 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.452 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.453 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:30.454 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' ────────────────────────── Traceback (most recent call last) ───────────────────────────   /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/exec_code.py:129 in exec_func_with_error_handling         /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/script_runner.py:689 in code_to_exec         /disk2/dm/chasima/my_bot/main.py:228 in         225 │ │ │ # --- ADVANCED RAG: GRANULAR METADATA INJECTION ---     226 │ │ │ context_list = []     227 │ │ │ for doc in docs:     ❱ 228 │ │ │ │ filename = doc.metadata.get("filename", "").upper()     229 │ │ │ │      230 │ │ │ │ # --- Ο "ΠΟΡΤΙΕΡΗΣ" (HARD FILTER) ΑΝΑΒΑΘΜΙΣΜΕΝΟΣ ---     231 │ │ │ │ is_stt = any(w in user_query for w in ["stt", "επιμόρφωση", "δ   ──────────────────────────────────────────────────────────────────────────────────────── AttributeError: 'tuple' object has no attribute 'metadata' [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.921 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.922 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.923 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.924 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.925 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.926 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.927 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.928 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.929 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.930 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.931 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.932 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.933 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.934 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.934 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.935 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.936 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.937 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.938 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.939 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.940 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.941 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.942 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.943 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.944 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.944 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.945 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.946 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.947 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.948 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.949 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.950 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.951 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.952 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.953 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.954 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.956 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.957 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.958 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.958 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.959 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.960 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.961 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.962 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.963 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.964 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.965 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.966 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.967 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.968 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.969 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.970 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.971 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.972 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.973 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.974 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.975 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.975 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.976 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.977 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.978 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.979 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.980 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.980 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.981 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.982 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.983 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.984 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.985 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.986 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.987 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.988 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.989 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.990 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.990 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.991 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.992 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.993 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.994 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.995 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.996 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.997 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.998 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:43.999 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:44.000 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:44.001 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:25:44.002 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.141 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.142 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.143 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.144 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.146 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.147 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.148 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.149 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.150 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.151 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.152 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.153 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.154 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.155 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.156 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.157 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.158 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.159 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.160 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.161 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.162 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.163 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.164 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.165 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.166 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.167 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.168 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.169 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.170 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.171 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.172 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.173 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.174 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.175 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.176 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.177 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.178 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.179 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.179 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.180 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.181 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.182 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.183 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.184 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.185 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.186 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.188 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.188 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.189 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.190 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.191 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.192 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.194 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.195 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.196 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.197 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.198 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.199 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.200 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.200 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.201 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.202 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.203 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.204 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.205 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.206 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.207 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.208 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.209 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.210 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.211 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.212 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.213 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.214 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.215 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.216 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.217 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.218 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.219 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.219 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.220 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.221 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.222 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.223 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.224 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.225 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:27:37.226 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' ────────────────────────── Traceback (most recent call last) ───────────────────────────   /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/exec_code.py:129 in exec_func_with_error_handling         /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/script_runner.py:689 in code_to_exec         /disk2/dm/chasima/my_bot/main.py:228 in         225 │ │ │ # --- ADVANCED RAG: GRANULAR METADATA INJECTION ---     226 │ │ │ context_list = []     227 │ │ │ for doc in docs:     ❱ 228 │ │ │ │ filename = doc.metadata.get("filename", "").upper()     229 │ │ │ │      230 │ │ │ │ # --- Ο "ΠΟΡΤΙΕΡΗΣ" (HARD FILTER) ΑΝΑΒΑΘΜΙΣΜΕΝΟΣ ---     231 │ │ │ │ is_stt = any(w in user_query for w in ["stt", "επιμόρφωση", "δ   ──────────────────────────────────────────────────────────────────────────────────────── AttributeError: 'tuple' object has no attribute 'metadata' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.874 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.875 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.877 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.877 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.878 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.880 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.880 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.881 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.882 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.883 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.884 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.885 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.886 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.887 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.888 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.889 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.890 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.891 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.892 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.893 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.894 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.894 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.895 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.896 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.897 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.898 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.899 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.900 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.901 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.902 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.903 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.904 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.905 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.906 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.907 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.908 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.909 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.910 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.911 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.912 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.912 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.913 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.914 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.915 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.916 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.918 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.919 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.920 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.920 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.921 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.923 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.923 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.924 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.925 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.926 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.927 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.928 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.929 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.930 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.931 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.931 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.932 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.933 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.934 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.935 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.936 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.937 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.938 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.939 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.940 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.941 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.941 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.943 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.944 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.944 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.945 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.946 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.947 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.948 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.949 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.950 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.951 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.952 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.953 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.954 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.955 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:29:04.956 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' ────────────────────────── Traceback (most recent call last) ───────────────────────────   /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/exec_code.py:129 in exec_func_with_error_handling         /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/script_runner.py:689 in code_to_exec         /disk2/dm/chasima/my_bot/main.py:228 in         225 │ │ │ # --- ADVANCED RAG: GRANULAR METADATA INJECTION ---     226 │ │ │ context_list = []     227 │ │ │ for doc in docs:     ❱ 228 │ │ │ │ filename = doc.metadata.get("filename", "").upper()     229 │ │ │ │      230 │ │ │ │ # --- Ο "ΠΟΡΤΙΕΡΗΣ" (HARD FILTER) ΑΝΑΒΑΘΜΙΣΜΕΝΟΣ ---     231 │ │ │ │ is_stt = any(w in user_query for w in ["stt", "επιμόρφωση", "δ   ──────────────────────────────────────────────────────────────────────────────────────── AttributeError: 'tuple' object has no attribute 'metadata' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.191 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.192 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.193 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.194 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.195 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.196 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.197 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.198 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.199 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.200 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.201 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.202 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.203 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.204 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.205 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.206 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.207 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.207 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.208 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.209 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.210 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.211 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.212 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.213 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.214 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.215 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.216 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.217 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.218 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.219 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.220 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.221 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.222 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.224 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.225 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.226 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.227 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.228 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.228 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.229 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.230 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.231 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.232 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.233 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.234 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.235 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.236 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.237 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.238 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.239 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.240 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.241 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.242 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.243 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.244 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.245 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.246 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.247 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.248 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.248 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.249 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.250 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.251 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.252 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.253 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.254 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.255 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.256 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.257 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.258 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.259 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.260 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.260 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.261 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.262 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.263 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.264 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.265 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.266 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.267 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.268 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.269 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.269 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.271 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.272 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.273 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:03.274 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' ────────────────────────── Traceback (most recent call last) ───────────────────────────   /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/exec_code.py:129 in exec_func_with_error_handling         /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/runtime/scrip     trunner/script_runner.py:689 in code_to_exec         /disk2/dm/chasima/my_bot/main.py:226 in         223 │ │ │ # --- ADVANCED RAG: GRANULAR METADATA INJECTION ---     224 │ │ │ context_list = []     225 │ │ │ for doc in docs:     ❱ 226 │ │ │ │ filename = doc.metadata.get("filename", "").upper()     227 │ │ │ │      228 │ │ │ │ # --- Ο "ΠΟΡΤΙΕΡΗΣ" (HARD FILTER) ΑΝΑΒΑΘΜΙΣΜΕΝΟΣ ---     229 │ │ │ │ is_stt = any(w in user_query for w in ["stt", "επιμόρφωση", "δ   ──────────────────────────────────────────────────────────────────────────────────────── AttributeError: 'tuple' object has no attribute 'metadata' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.195 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.196 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.197 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.198 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.199 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.200 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.201 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.202 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.203 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.204 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.205 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.206 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.207 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.208 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.208 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.209 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.210 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.211 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.212 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.213 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.214 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.215 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.216 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.217 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.218 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.219 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.219 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.220 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.221 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.223 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.224 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.225 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.225 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.227 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.228 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.229 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.229 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.230 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.231 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.232 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.233 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.234 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.235 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.236 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.237 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.238 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.239 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.240 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.241 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.242 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.243 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.244 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.245 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.246 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.247 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.248 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.249 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.250 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.251 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.252 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.253 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.253 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.254 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.255 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.256 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.257 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.258 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.259 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.260 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.261 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.262 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.263 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.264 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.265 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.265 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.266 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.267 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.268 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.269 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.270 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.271 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.272 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.273 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.273 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.274 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.275 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:32:36.276 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.854 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.856 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.857 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.858 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.859 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.860 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.861 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.861 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.862 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.863 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.864 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.865 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.866 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.867 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.868 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.869 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.870 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.871 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.872 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.872 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.873 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.874 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.875 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.876 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.877 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.878 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.879 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.880 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.881 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.882 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.883 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.884 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.885 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.886 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.887 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.888 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.889 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.890 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.891 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.892 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.893 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.893 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.894 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.895 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.896 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.897 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.898 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.899 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.900 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.901 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.902 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.903 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.904 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.905 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.906 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.907 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.908 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.908 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.909 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.910 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.911 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.912 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.913 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.913 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.914 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.915 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.916 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.917 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.918 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.919 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.920 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.921 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.922 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.923 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.924 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.925 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.926 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.927 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.928 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.929 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.930 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.931 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.931 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.933 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.933 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.935 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:39:04.936 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.411 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.412 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.413 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.414 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.415 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.416 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.418 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.419 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.419 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.420 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.421 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.422 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.423 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.425 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.427 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.429 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.431 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.434 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.435 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.436 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.437 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.439 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.440 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.441 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.443 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.444 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.445 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.446 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.447 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.448 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.449 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.450 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.451 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.452 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.452 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.453 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.454 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.455 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.456 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.457 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.458 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.459 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.460 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.461 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.462 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.463 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.464 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.465 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.465 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.466 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.467 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.468 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.469 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.470 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.471 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.472 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.473 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.474 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.475 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.476 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.477 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.478 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.479 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.479 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.480 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.481 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.482 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.483 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.484 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.485 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.486 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.487 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.488 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.489 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.490 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.491 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.492 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.493 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.494 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.495 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.496 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.497 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.498 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.499 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.500 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.500 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:45:50.502 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:365: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.000 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.001 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.003 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.003 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.005 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.006 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.007 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.007 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.008 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.009 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.010 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.011 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.012 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.013 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.014 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.015 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.016 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.017 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.018 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.019 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.019 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.020 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.021 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.022 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.023 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.024 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.025 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.026 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.027 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.028 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.029 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.030 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.031 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.033 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.034 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.034 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.035 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.036 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.037 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.038 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.039 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.040 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.041 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.042 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.043 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.044 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.045 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.045 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.046 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.047 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.048 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.049 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.050 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.051 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.052 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.053 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.054 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.055 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.056 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.057 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.058 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.058 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.059 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.060 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.061 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.062 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.063 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.064 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.065 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.066 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.067 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.068 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.069 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.070 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.071 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.072 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.072 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.073 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.074 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.075 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.076 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.077 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.078 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.079 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.080 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.081 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:46:54.082 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.265 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.266 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.267 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.268 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.269 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.270 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.271 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.272 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.273 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.274 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.275 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.276 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.277 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.278 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.279 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.280 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.281 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.282 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.283 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.284 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.284 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.285 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.286 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.287 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.288 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.289 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.290 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.291 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.292 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.293 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.294 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.295 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.295 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.296 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.297 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.298 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.300 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.301 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.302 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.303 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.303 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.304 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.305 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.306 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.307 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.309 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.310 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.311 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.312 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.313 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.314 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.315 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.316 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.317 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.317 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.318 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.320 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.320 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.321 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.322 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.323 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.324 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.325 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.325 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.326 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.327 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.328 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.329 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.330 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.331 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.332 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.333 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.334 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.335 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.336 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.337 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.338 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.339 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.340 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.340 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.341 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.342 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.343 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.344 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.345 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.346 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:47:30.347 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.912 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.914 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.915 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.916 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.917 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.918 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.919 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.920 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.921 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.922 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.923 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.924 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.925 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.926 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.927 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.928 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.928 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.929 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.931 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.931 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.932 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.933 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.934 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.935 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.936 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.937 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.938 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.939 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.940 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.941 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.942 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.944 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.945 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.946 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.947 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.948 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.949 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.950 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.950 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.951 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.952 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.953 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.954 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.955 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.956 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.957 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.958 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.959 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.960 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.961 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.962 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.963 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.964 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.965 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.966 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.967 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.968 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.969 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.970 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.971 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.972 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.973 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.974 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.974 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.975 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.976 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.977 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.978 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.979 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.980 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.981 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.982 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.983 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.984 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.985 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.986 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.987 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.988 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.988 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.989 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.990 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.991 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.992 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.993 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.994 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.995 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:48:36.996 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.726 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.727 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.729 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.729 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.730 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.731 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.732 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.733 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.734 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.735 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.736 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.737 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.738 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.739 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.740 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.741 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.742 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.742 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.743 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.744 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.745 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.746 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.747 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.748 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.749 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.750 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.751 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.752 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.753 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.754 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.755 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.756 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.757 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.758 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.759 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.760 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.761 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.762 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.763 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.764 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.764 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.765 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.766 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.767 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.768 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.769 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.770 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.771 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.772 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.773 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.774 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.775 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.776 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.777 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.778 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.779 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.780 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.781 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.781 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.782 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.783 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.784 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.785 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.786 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.787 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.788 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.789 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.790 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.791 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.792 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.793 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.794 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.794 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.796 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.796 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.797 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.798 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.799 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.800 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.801 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.802 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.803 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.804 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.805 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.806 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.807 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-01 23:49:54.808 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /disk2/dm/chasima/my_bot/main.py:365: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /disk2/dm/chasima/my_bot/main.py:365: RuntimeWarning: This package (`duckduckgo_search`) has been renamed to `ddgs`! Use `pip install ddgs` instead. with DDGS() as ddgs: /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) Loading weights: 0%| | 0/199 [00:00 if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.715 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.717 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.717 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.719 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.720 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.721 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.722 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.723 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.724 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.725 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.726 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.727 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.728 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.729 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.730 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.731 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.732 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.733 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.734 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.735 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.736 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.737 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.738 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.739 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.740 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.741 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.743 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.744 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.745 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.746 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.747 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.748 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.749 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.750 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.751 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.751 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.752 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.753 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.754 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.755 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.756 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.757 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.758 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.759 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.760 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.761 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.762 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.763 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.764 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.765 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.766 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.767 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.768 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.769 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.771 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.771 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.772 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.773 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.774 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.775 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.776 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.777 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.778 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.779 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.780 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.781 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.782 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.783 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.783 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.784 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.785 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.786 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.787 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.788 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.789 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.790 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.791 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.792 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.792 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.794 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.795 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.795 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.796 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.797 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.798 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 00:04:26.799 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.084 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.085 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.086 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.087 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.088 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.089 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.091 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.092 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.092 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.093 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.094 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.095 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.096 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.097 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.098 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.099 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.100 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.101 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.102 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.102 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.104 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.105 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.105 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.107 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.107 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.108 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.109 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.110 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.111 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.112 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.113 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.114 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.115 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.116 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.117 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.118 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.119 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.120 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.121 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.122 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.123 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.124 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.125 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.126 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.127 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.128 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.129 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.130 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.131 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.132 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.132 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.133 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.135 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.136 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.136 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.138 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.138 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.139 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.140 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.141 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.142 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.143 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.144 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.144 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.145 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.146 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.147 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.148 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.149 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.150 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.151 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.152 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.153 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.154 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.155 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.156 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.156 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.157 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.158 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.159 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.160 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.161 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.162 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.163 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.164 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.165 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 13:12:25.165 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.732 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.733 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.735 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.736 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.737 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.738 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.739 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.740 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.741 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.742 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.743 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.744 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.745 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.746 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.746 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.747 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.748 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.749 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.750 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.751 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.752 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.753 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.754 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.755 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.756 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.757 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.758 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.759 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.760 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.761 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.762 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.763 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.764 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.765 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.766 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.767 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.768 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.769 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.770 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.771 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.772 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.773 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.774 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.775 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.776 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.777 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.778 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.779 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.780 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.781 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.782 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.783 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.784 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.785 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.785 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.786 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.787 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.788 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.789 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.790 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.791 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.792 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.793 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.794 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.795 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.796 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.797 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.798 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.799 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.800 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.801 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.802 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.803 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.804 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.804 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.805 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.806 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.807 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.808 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.809 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.810 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.811 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.812 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.813 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.814 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.815 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:35:22.816 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.399 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.401 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.402 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.403 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.404 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.405 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.406 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.407 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.408 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.409 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.410 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.410 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.411 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.412 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.413 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.414 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.415 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.416 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.417 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.418 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.419 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.420 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.421 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.422 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.422 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.423 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.424 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.425 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.426 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.427 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.428 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.429 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.430 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.431 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.433 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.433 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.434 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.435 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.436 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.437 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.438 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.439 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.440 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.441 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.442 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.443 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.444 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.445 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.445 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.447 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.447 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.448 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.450 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.450 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.451 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.452 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.453 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.454 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.455 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.456 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.457 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.458 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.458 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.459 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.460 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.461 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.462 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.463 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.464 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.465 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.466 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.467 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.468 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.469 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.470 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.471 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.472 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.473 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.474 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.475 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.475 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.476 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.477 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.478 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.479 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.481 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:52.481 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.260 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.261 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.262 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.263 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.264 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.265 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.266 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.267 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.268 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.269 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.270 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.271 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.272 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.273 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.274 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.275 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.276 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.277 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.278 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.278 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.279 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.280 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.281 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.282 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.283 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.284 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.285 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.286 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.287 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.288 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.289 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.289 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.290 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.291 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.293 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.294 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.295 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.296 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.297 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.297 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.298 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.299 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.300 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.301 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.302 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.303 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.304 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.305 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.306 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.307 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.308 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.309 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.310 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.311 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.312 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.313 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.314 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.315 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.315 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.316 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.317 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.318 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.319 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.320 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.321 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.322 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.322 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.323 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.324 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.325 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.326 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.327 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.328 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.329 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.330 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.331 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.332 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.333 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.334 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.335 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.336 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.337 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.337 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.338 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.339 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.340 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 17:39:53.341 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.184 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.185 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.186 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.187 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.188 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.189 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.190 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.191 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.192 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.193 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.194 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.195 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.196 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.197 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.198 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.198 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.199 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.200 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.201 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.202 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.203 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.204 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.205 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.206 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.207 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.208 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.209 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.210 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.211 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.212 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.213 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.214 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.215 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.216 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.217 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.218 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.219 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.220 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.221 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.222 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.223 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.224 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.225 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.226 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.227 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.228 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.229 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.230 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.231 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.232 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.233 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.234 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.235 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.236 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.237 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.237 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.238 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.239 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.240 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.241 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.242 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.243 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.243 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.244 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.245 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.246 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.247 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.248 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.249 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.250 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.251 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.252 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.253 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.254 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.255 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.256 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.257 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.258 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.259 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.259 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.260 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.261 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.262 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.263 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.264 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.265 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 18:04:34.266 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.924 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.925 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.927 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.927 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.929 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.930 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.930 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.931 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.932 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.933 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.934 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.935 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.936 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.937 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.938 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.939 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.940 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.941 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.942 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.943 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.944 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.944 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.946 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.946 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.947 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.948 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.949 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.950 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.951 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.952 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.953 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.954 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.956 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.956 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.958 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.959 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.960 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.961 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.961 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.962 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.963 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.964 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.965 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.966 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.967 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.968 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.969 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.970 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.971 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.972 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.973 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.974 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.975 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.976 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.977 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.978 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.979 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.980 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.981 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.982 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.983 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.983 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.984 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.985 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.986 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.987 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.988 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.989 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.990 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.991 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.992 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.993 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.994 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.995 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.996 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.997 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.998 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.999 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:31.999 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.000 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.001 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.002 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.003 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.004 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.005 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.006 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-02 19:04:32.007 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. Invalid HTTP request received. /var/www/html/dm/chasima/.local/lib/python3.10/site-packages/websockets/legacy/server.py:1178: DeprecationWarning: remove second argument of ws_handler warnings.warn("remove second argument of ws_handler", DeprecationWarning) [transformers] Accessing `__path__` from `.models.aria.image_processing_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.784 Examining the path of transformers.models.aria.image_processing_aria_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/aria/image_processing_aria.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.aria.image_processing_pil_aria`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.auto.image_processing_auto`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.beit.image_processing_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.785 Examining the path of transformers.models.beit.image_processing_beit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/beit/image_processing_beit.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.beit.image_processing_pil_beit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bit.image_processing_pil_bit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.blip.image_processing_pil_blip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.787 Examining the path of transformers.models.bridgetower.image_processing_bridgetower_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/bridgetower/image_processing_bridgetower.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.bridgetower.image_processing_pil_bridgetower`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chameleon.image_processing_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.788 Examining the path of transformers.models.chameleon.image_processing_chameleon_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chameleon/image_processing_chameleon.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.chameleon.image_processing_pil_chameleon`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chinese_clip.image_processing_pil_chinese_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.chmv2.image_processing_chmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.789 Examining the path of transformers.models.chmv2.image_processing_chmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/chmv2/image_processing_chmv2.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.clip.image_processing_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.clip.image_processing_pil_clip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.cohere2_vision.image_processing_cohere2_vision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.790 Examining the path of transformers.models.cohere2_vision.image_processing_cohere2_vision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/cohere2_vision/image_processing_cohere2_vision.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.792 Examining the path of transformers.models.conditional_detr.image_processing_conditional_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/conditional_detr/image_processing_conditional_detr.py", line 27, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.conditional_detr.image_processing_pil_conditional_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.convnext.image_processing_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.792 Examining the path of transformers.models.convnext.image_processing_convnext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/convnext/image_processing_convnext.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.convnext.image_processing_pil_convnext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.793 Examining the path of transformers.models.deepseek_vl.image_processing_deepseek_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl/image_processing_deepseek_vl.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl.image_processing_pil_deepseek_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.794 Examining the path of transformers.models.deepseek_vl_hybrid.image_processing_deepseek_vl_hybrid_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deepseek_vl_hybrid/image_processing_deepseek_vl_hybrid.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deepseek_vl_hybrid.image_processing_pil_deepseek_vl_hybrid`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.795 Examining the path of transformers.models.deformable_detr.image_processing_deformable_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/deformable_detr/image_processing_deformable_detr.py", line 25, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.deformable_detr.image_processing_pil_deformable_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.deit.image_processing_pil_deit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.depth_pro.image_processing_depth_pro`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.796 Examining the path of transformers.models.depth_pro.image_processing_depth_pro_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/depth_pro/image_processing_depth_pro.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.797 Examining the path of transformers.models.detr.image_processing_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/detr/image_processing_detr.py", line 22, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.detr.image_processing_pil_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dinov3_vit.image_processing_dinov3_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.798 Examining the path of transformers.models.dinov3_vit.image_processing_dinov3_vit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dinov3_vit/image_processing_dinov3_vit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.799 Examining the path of transformers.models.donut.image_processing_donut_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/donut/image_processing_donut.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.donut.image_processing_pil_donut`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.dpt.image_processing_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.800 Examining the path of transformers.models.dpt.image_processing_dpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/dpt/image_processing_dpt.py", line 28, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.dpt.image_processing_pil_dpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.801 Examining the path of transformers.models.efficientloftr.image_processing_efficientloftr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientloftr/image_processing_efficientloftr.py", line 10, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientloftr.image_processing_pil_efficientloftr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.802 Examining the path of transformers.models.efficientnet.image_processing_efficientnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/efficientnet/image_processing_efficientnet.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.efficientnet.image_processing_pil_efficientnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.emu3.image_processing_emu3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.eomt.image_processing_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.803 Examining the path of transformers.models.eomt.image_processing_eomt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/eomt/image_processing_eomt.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.eomt.image_processing_pil_eomt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.804 Examining the path of transformers.models.ernie4_5_vl_moe.image_processing_ernie4_5_vl_moe_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ernie4_5_vl_moe/image_processing_ernie4_5_vl_moe.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ernie4_5_vl_moe.image_processing_pil_ernie4_5_vl_moe`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.flava.image_processing_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.805 Examining the path of transformers.models.flava.image_processing_flava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/flava/image_processing_flava.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.flava.image_processing_pil_flava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.fuyu.image_processing_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.806 Examining the path of transformers.models.fuyu.image_processing_fuyu_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/fuyu/image_processing_fuyu.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.fuyu.image_processing_pil_fuyu`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma3.image_processing_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.807 Examining the path of transformers.models.gemma3.image_processing_gemma3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma3/image_processing_gemma3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma3.image_processing_pil_gemma3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.gemma4.image_processing_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.808 Examining the path of transformers.models.gemma4.image_processing_gemma4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/gemma4/image_processing_gemma4.py", line 17, in from torchvision.transforms.v2 import functional as F ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.gemma4.image_processing_pil_gemma4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm46v.image_processing_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.809 Examining the path of transformers.models.glm46v.image_processing_glm46v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm46v/image_processing_glm46v.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm46v.image_processing_pil_glm46v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm4v.image_processing_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.810 Examining the path of transformers.models.glm4v.image_processing_glm4v_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm4v/image_processing_glm4v.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm4v.image_processing_pil_glm4v`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glm_image.image_processing_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.811 Examining the path of transformers.models.glm_image.image_processing_glm_image_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glm_image/image_processing_glm_image.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glm_image.image_processing_pil_glm_image`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.glpn.image_processing_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.812 Examining the path of transformers.models.glpn.image_processing_glpn_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/glpn/image_processing_glpn.py", line 34, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.glpn.image_processing_pil_glpn`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.813 Examining the path of transformers.models.got_ocr2.image_processing_got_ocr2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/got_ocr2/image_processing_got_ocr2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.got_ocr2.image_processing_pil_got_ocr2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.814 Examining the path of transformers.models.grounding_dino.image_processing_grounding_dino_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/grounding_dino/image_processing_grounding_dino.py", line 30, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.grounding_dino.image_processing_pil_grounding_dino`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics.image_processing_pil_idefics`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics2.image_processing_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.816 Examining the path of transformers.models.idefics2.image_processing_idefics2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics2/image_processing_idefics2.py", line 37, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics2.image_processing_pil_idefics2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.idefics3.image_processing_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.819 Examining the path of transformers.models.idefics3.image_processing_idefics3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/idefics3/image_processing_idefics3.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.idefics3.image_processing_pil_idefics3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.821 Examining the path of transformers.models.imagegpt.image_processing_imagegpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/imagegpt/image_processing_imagegpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.imagegpt.image_processing_pil_imagegpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.janus.image_processing_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.823 Examining the path of transformers.models.janus.image_processing_janus_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/janus/image_processing_janus.py", line 17, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.janus.image_processing_pil_janus`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.kosmos2_5.image_processing_pil_kosmos2_5`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.826 Examining the path of transformers.models.layoutlmv2.image_processing_layoutlmv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv2/image_processing_layoutlmv2.py", line 36, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv2.image_processing_pil_layoutlmv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.829 Examining the path of transformers.models.layoutlmv3.image_processing_layoutlmv3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/layoutlmv3/image_processing_layoutlmv3.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.layoutlmv3.image_processing_pil_layoutlmv3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.levit.image_processing_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.830 Examining the path of transformers.models.levit.image_processing_levit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/levit/image_processing_levit.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.levit.image_processing_pil_levit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.lfm2_vl.image_processing_lfm2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.831 Examining the path of transformers.models.lfm2_vl.image_processing_lfm2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lfm2_vl/image_processing_lfm2_vl.py", line 18, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.832 Examining the path of transformers.models.lightglue.image_processing_lightglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/lightglue/image_processing_lightglue.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.lightglue.image_processing_pil_lightglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llama4.image_processing_llama4`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.834 Examining the path of transformers.models.llama4.image_processing_llama4_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llama4/image_processing_llama4.py", line 21, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.835 Examining the path of transformers.models.llava.image_processing_llava_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava/image_processing_llava.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava.image_processing_pil_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_next.image_processing_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.836 Examining the path of transformers.models.llava_next.image_processing_llava_next_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_next/image_processing_llava_next.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_next.image_processing_pil_llava_next`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.837 Examining the path of transformers.models.llava_onevision.image_processing_llava_onevision_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/llava_onevision/image_processing_llava_onevision.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.llava_onevision.image_processing_pil_llava_onevision`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mask2former.image_processing_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.839 Examining the path of transformers.models.mask2former.image_processing_mask2former_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mask2former/image_processing_mask2former.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mask2former.image_processing_pil_mask2former`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.maskformer.image_processing_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.839 Examining the path of transformers.models.maskformer.image_processing_maskformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/maskformer/image_processing_maskformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.maskformer.image_processing_pil_maskformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.minicpmv4_6.image_processing_pil_minicpmv4_6`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mllama.image_processing_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.841 Examining the path of transformers.models.mllama.image_processing_mllama_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mllama/image_processing_mllama.py", line 40, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mllama.image_processing_pil_mllama`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v1.image_processing_pil_mobilenet_v1`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.842 Examining the path of transformers.models.mobilenet_v2.image_processing_mobilenet_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilenet_v2/image_processing_mobilenet_v2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilenet_v2.image_processing_pil_mobilenet_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.843 Examining the path of transformers.models.mobilevit.image_processing_mobilevit_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/mobilevit/image_processing_mobilevit.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.mobilevit.image_processing_pil_mobilevit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.nougat.image_processing_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.844 Examining the path of transformers.models.nougat.image_processing_nougat_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/nougat/image_processing_nougat.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.nougat.image_processing_pil_nougat`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.oneformer.image_processing_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.845 Examining the path of transformers.models.oneformer.image_processing_oneformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/oneformer/image_processing_oneformer.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.oneformer.image_processing_pil_oneformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.ovis2.image_processing_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.846 Examining the path of transformers.models.ovis2.image_processing_ovis2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/ovis2/image_processing_ovis2.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.ovis2.image_processing_pil_ovis2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlv2.image_processing_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.847 Examining the path of transformers.models.owlv2.image_processing_owlv2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/owlv2/image_processing_owlv2.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.owlv2.image_processing_pil_owlv2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.owlvit.image_processing_pil_owlvit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.paddleocr_vl.image_processing_pil_paddleocr_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perceiver.image_processing_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.848 Examining the path of transformers.models.perceiver.image_processing_perceiver_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perceiver/image_processing_perceiver.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.perceiver.image_processing_pil_perceiver`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.perception_lm.image_processing_perception_lm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.849 Examining the path of transformers.models.perception_lm.image_processing_perception_lm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/perception_lm/image_processing_perception_lm.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.phi4_multimodal.image_processing_phi4_multimodal`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.850 Examining the path of transformers.models.phi4_multimodal.image_processing_phi4_multimodal_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/phi4_multimodal/image_processing_phi4_multimodal.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pi0.image_processing_pi0`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pil_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pix2struct.image_processing_pix2struct`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.851 Examining the path of transformers.models.pix2struct.image_processing_pix2struct_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pix2struct/image_processing_pix2struct.py", line 21, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pil_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pixtral.image_processing_pixtral`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.852 Examining the path of transformers.models.pixtral.image_processing_pixtral_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pixtral/image_processing_pixtral.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.poolformer.image_processing_pil_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.poolformer.image_processing_poolformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.853 Examining the path of transformers.models.poolformer.image_processing_poolformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/poolformer/image_processing_poolformer.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pil_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_chart2table.image_processing_pp_chart2table`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pp_doclayout_v2.image_processing_pp_doclayout_v2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.853 Examining the path of transformers.models.pp_doclayout_v2.image_processing_pp_doclayout_v2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v2/image_processing_pp_doclayout_v2.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_doclayout_v3.image_processing_pp_doclayout_v3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.854 Examining the path of transformers.models.pp_doclayout_v3.image_processing_pp_doclayout_v3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_doclayout_v3/image_processing_pp_doclayout_v3.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_formulanet.image_processing_pp_formulanet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.855 Examining the path of transformers.models.pp_formulanet.image_processing_pp_formulanet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_formulanet/image_processing_pp_formulanet.py", line 23, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_lcnet.image_processing_pp_lcnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.856 Examining the path of transformers.models.pp_lcnet.image_processing_pp_lcnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_lcnet/image_processing_pp_lcnet.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.857 Examining the path of transformers.models.pp_ocrv5_server_det.image_processing_pp_ocrv5_server_det_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_det/image_processing_pp_ocrv5_server_det.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.858 Examining the path of transformers.models.pp_ocrv5_server_rec.image_processing_pp_ocrv5_server_rec_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/pp_ocrv5_server_rec/image_processing_pp_ocrv5_server_rec.py", line 24, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_pil_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.prompt_depth_anything.image_processing_prompt_depth_anything`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.859 Examining the path of transformers.models.prompt_depth_anything.image_processing_prompt_depth_anything_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/prompt_depth_anything/image_processing_prompt_depth_anything.py", line 42, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.pvt.image_processing_pil_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.pvt.image_processing_pvt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_pil_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.qwen2_vl.image_processing_qwen2_vl`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.860 Examining the path of transformers.models.qwen2_vl.image_processing_qwen2_vl_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/qwen2_vl/image_processing_qwen2_vl.py", line 25, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rf_detr.image_processing_rf_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.861 Examining the path of transformers.models.rf_detr.image_processing_rf_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rf_detr/image_processing_rf_detr.py", line 26, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_pil_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.rt_detr.image_processing_rt_detr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.862 Examining the path of transformers.models.rt_detr.image_processing_rt_detr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/rt_detr/image_processing_rt_detr.py", line 24, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam.image_processing_pil_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.sam.image_processing_sam`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.863 Examining the path of transformers.models.sam.image_processing_sam_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam/image_processing_sam.py", line 25, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam2.image_processing_sam2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.864 Examining the path of transformers.models.sam2.image_processing_sam2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam2/image_processing_sam2.py", line 28, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.sam3.image_processing_sam3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.865 Examining the path of transformers.models.sam3.image_processing_sam3_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/sam3/image_processing_sam3.py", line 30, in from torchvision.ops.boxes import batched_nms ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.segformer.image_processing_pil_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.segformer.image_processing_segformer`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.866 Examining the path of transformers.models.segformer.image_processing_segformer_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/segformer/image_processing_segformer.py", line 25, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.seggpt.image_processing_pil_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.seggpt.image_processing_seggpt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.867 Examining the path of transformers.models.seggpt.image_processing_seggpt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/seggpt/image_processing_seggpt.py", line 20, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.siglip.image_processing_pil_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip.image_processing_siglip`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_pil_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.siglip2.image_processing_siglip2`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.868 Examining the path of transformers.models.siglip2.image_processing_siglip2_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/siglip2/image_processing_siglip2.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.slanext.image_processing_slanext`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.869 Examining the path of transformers.models.slanext.image_processing_slanext_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/slanext/image_processing_slanext.py", line 23, in import torchvision.transforms.v2.functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_pil_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.smolvlm.image_processing_smolvlm`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.870 Examining the path of transformers.models.smolvlm.image_processing_smolvlm_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/smolvlm/image_processing_smolvlm.py", line 27, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superglue.image_processing_pil_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superglue.image_processing_superglue`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.870 Examining the path of transformers.models.superglue.image_processing_superglue_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superglue/image_processing_superglue.py", line 47, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.superpoint.image_processing_pil_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.superpoint.image_processing_superpoint`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.871 Examining the path of transformers.models.superpoint.image_processing_superpoint_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/superpoint/image_processing_superpoint.py", line 31, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_pil_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.swin2sr.image_processing_swin2sr`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.872 Examining the path of transformers.models.swin2sr.image_processing_swin2sr_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/swin2sr/image_processing_swin2sr.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.textnet.image_processing_pil_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.textnet.image_processing_textnet`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.873 Examining the path of transformers.models.textnet.image_processing_textnet_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/textnet/image_processing_textnet.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.timm_wrapper.image_processing_timm_wrapper`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_pil_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.tvp.image_processing_tvp`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.874 Examining the path of transformers.models.tvp.image_processing_tvp_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/tvp/image_processing_tvp.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.uvdoc.image_processing_uvdoc`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_pil_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llama_3.image_processing_video_llama_3`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.video_llava.image_processing_video_llava`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_pil_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.videomae.image_processing_videomae`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.875 Examining the path of transformers.models.videomae.image_processing_videomae_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/videomae/image_processing_videomae.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vilt.image_processing_pil_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vilt.image_processing_vilt`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.876 Examining the path of transformers.models.vilt.image_processing_vilt_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vilt/image_processing_vilt.py", line 17, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vit.image_processing_pil_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vit.image_processing_vit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_pil_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitmatte.image_processing_vitmatte`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.877 Examining the path of transformers.models.vitmatte.image_processing_vitmatte_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitmatte/image_processing_vitmatte.py", line 19, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vitpose.image_processing_pil_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.vitpose.image_processing_vitpose`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.878 Examining the path of transformers.models.vitpose.image_processing_vitpose_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/vitpose/image_processing_vitpose.py", line 22, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.vivit.image_processing_vivit`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_pil_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.yolos.image_processing_yolos`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.880 Examining the path of transformers.models.yolos.image_processing_yolos_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/yolos/image_processing_yolos.py", line 12, in from torchvision.io import read_image ModuleNotFoundError: No module named 'torchvision' [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_pil_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. [transformers] Accessing `__path__` from `.models.zoedepth.image_processing_zoedepth`. Returning `__path__` instead. Behavior may be different and this alias will be removed in future versions. 2026-06-09 10:17:58.881 Examining the path of transformers.models.zoedepth.image_processing_zoedepth_fast raised: Traceback (most recent call last): File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 298, in get_module_paths potential_paths = extract_paths(module) File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/streamlit/watcher/local_sources_watcher.py", line 285, in if hasattr(m, "__path__") File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/__init__.py", line 843, in _getattr return getattr(importlib.import_module(target, __name__), new_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/var/www/html/dm/chasima/.local/lib/python3.10/site-packages/transformers/models/zoedepth/image_processing_zoedepth.py", line 43, in from torchvision.transforms.v2 import functional as tvF ModuleNotFoundError: No module named 'torchvision'